net/http.http2responseWriterState.conn (field)
13 uses
net/http (current package)
h2_bundle.go#L6161: rws.conn = sc
h2_bundle.go#L6420: conn *http2serverConn
h2_bundle.go#L6471: rws.conn.logf("ignoring invalid trailer %q", k)
h2_bundle.go#L6521: date = rws.conn.srv.now().UTC().Format(TimeFormat)
h2_bundle.go#L6537: rws.conn.startGracefulShutdown()
h2_bundle.go#L6542: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6571: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6577: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6643: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6649: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6669: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6675: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6798: rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |